Add terrain tiles, with elevations encoded as RGB values.#660
Conversation
|
The consequences of this spec addition would be:
Seeking additional comments, like if we should support |
|
Related: mapbox/tilejson-spec#28 |
|
Nice to hear the pmtiles spec now accepts specifying the |
|
Can you provide a list of tile generation software and/or map rendering clients that use We are encouraging |
|
The only terrain sources I encountered using TerrainRGB encoding - available on terrain-viewer:
|
|
Thanks, those seem to be tilesets with RGB encoding but they do not actually define a value in a tileset or renderer specification called Here is how the current Mapbox GL JS docs define In the case of tile generation projects like Mapterhorn, we have not observed a need for If you can provide some examples of places where |
|
All the shared TMS/XYZ tilesets share the same underlying TerrainRGB encoding formula from mapbox indeed. When these terrain sources added to terrain-viewer via the BYOD Bring-Your-Own-Data panel, they all display correctly thanks to maplibre terrain-rgb decoding. Terrarium encoding has many benefits over terrain-rgb (resolution, finer grained data, going beyond the -10km range etc), so it's great that the ecosystem is pushing towards terrarium encoding within pmiles containers, given that all existing global tilesets listed are proprietary. There are some open-data national terrain tiled datasets that do use that mapbox encoding though, like that spanish example. Not sure if this is a living example of a static tileset, but I would assume so - it's also possible this terrain dataset is not only published as terrain-rgb but also as DSM COG. Hope this helps!
|
No description provided.